From f0b4779d56fa331bf1b4ebb9b1d1400be77be4a3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 10 Apr 2009 00:09:27 -0400 Subject: [PATCH] Improve accessible name Change the accessible name of an entry in the print dialog from "At" to "Time of print". String addition. (#577964) --- gtk/gtkprintunixdialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkprintunixdialog.c b/gtk/gtkprintunixdialog.c index bf79170f03..72520f82a7 100644 --- a/gtk/gtkprintunixdialog.c +++ b/gtk/gtkprintunixdialog.c @@ -2775,7 +2775,7 @@ create_job_page (GtkPrintUnixDialog *dialog) entry = gtk_entry_new (); gtk_widget_set_tooltip_text (entry, at_tooltip); - atk_object_set_name (gtk_widget_get_accessible (entry), _("At")); + atk_object_set_name (gtk_widget_get_accessible (entry), _("Time of print")); atk_object_set_description (gtk_widget_get_accessible (entry), at_tooltip); priv->print_at_entry = entry; gtk_widget_show (entry); -- 2.30.2